home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Netware Super Library
/
Netware Super Library.iso
/
file_mgt
/
ffg
/
demo_bat
/
year-nn.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1995-04-01
|
270 b
|
11 lines
@echo off
if %1.==. goto USAGE
echo Here is a listing of files created/modified during '%1.
::Same as: ffg /p *:* /d1/1/%1-12/31/%1
ffg /p *:* /d%1
goto END
:USAGE
echo USAGE:
echo %0 YY where YY is a two digit year
:END